            //
            // Authentication always required but always the same...
            // Found a customer that wanted a different password so make it a parawmeter - 2013-10-24 - dcn
            //
            string MyPassword = CleanAddressCLR.SettingsOperations.GetSetting(Group.ToString(), "LocalServicePassword");

            if (MyPassword == null || MyPassword == string.Empty)
                MyPassword = "password";

            Authentication auth = new Authentication();
            auth.CustomerID = 1;
            auth.Password = MyPassword;